home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
Issue59
/
Arch
/
Extended Sample
/
UnitObjectEntityEmployee.dfm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2000-06-05
|
433 b
|
20 lines
inherited ObjectEntityEmployee: TObjectEntityEmployee
Left = 285
Top = 161
Height = 479
object QueryEmployee: TQuery
DatabaseName = 'DBDEMOS'
RequestLive = True
SQL.Strings = (
'select * from employee.db where EmpNo = :EmpNo')
Left = 116
Top = 180
ParamData = <
item
DataType = ftInteger
Name = 'EmpNo'
ParamType = ptUnknown
end>
end
end